Radio Config View Model_ Factory
Functions
Link copied to clipboard
open fun create(savedStateHandleProvider: Provider<SavedStateHandle>, appProvider: Provider<Application>, radioConfigRepositoryProvider: Provider<RadioConfigRepository>, locationRepositoryProvider: Provider<LocationRepository>, mapConsentPrefsProvider: Provider<MapConsentPrefs>, analyticsPrefsProvider: Provider<AnalyticsPrefs>): RadioConfigViewModel_Factory
Link copied to clipboard
open fun newInstance(savedStateHandle: SavedStateHandle, app: Application, radioConfigRepository: RadioConfigRepository, locationRepository: LocationRepository, mapConsentPrefs: MapConsentPrefs, analyticsPrefs: AnalyticsPrefs): RadioConfigViewModel